PlaceholderType Enumeration
Represents the content type of a placeholder.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum PlaceholderType
Public Enumeration PlaceholderType
| Text | 0 |
Placeholder can be replaced by text.
|
| Table | 1 |
Placeholder can be replaced by a table.
|
| TextBox | 2 |
Placeholder can be replaced by a text-box.
|
| Image | 3 |
Placeholder can be replaced by an image.
|
| Object | 4 |
Placeholder can be replaced by an object.
|
| None | 5 |
None.
|